[INFO] cloning repository https://github.com/adfaure/meta-scheduler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adfaure/meta-scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadfaure%2Fmeta-scheduler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadfaure%2Fmeta-scheduler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08cd53874975a025a038683a3f5f90c7884d4124
[INFO] fixing adfaure/meta-scheduler against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadfaure%2Fmeta-scheduler" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/adfaure/meta-scheduler
[INFO] finished tweaking git repo https://github.com/adfaure/meta-scheduler
[INFO] tweaked toml for git repo https://github.com/adfaure/meta-scheduler written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adfaure/meta-scheduler on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adfaure/meta-scheduler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `meta-scheduler` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f
[INFO] running `Command { std: "docker" "start" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `meta-scheduler` (manifest) generated 1 warning
[INFO] [stderr]    Compiling toml v0.2.1
[INFO] [stderr]    Compiling error-chain v0.10.0
[INFO] [stderr]     Checking libc v0.2.24
[INFO] [stderr]     Checking lazy_static v0.2.8
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking regex-syntax v0.4.1
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking thread_local v0.3.4
[INFO] [stderr]     Checking num-traits v0.1.39
[INFO] [stderr]     Checking serde v1.0.8
[INFO] [stderr]     Checking itoa v0.3.1
[INFO] [stderr]     Checking memchr v1.0.1
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking dtoa v0.4.1
[INFO] [stderr]     Checking rand v0.3.15
[INFO] [stderr]    Compiling metadeps v1.1.2
[INFO] [stderr]     Checking aho-corasick v0.6.3
[INFO] [stderr]     Checking serde v0.9.15
[INFO] [stderr]     Checking procset v0.1.1
[INFO] [stderr]    Compiling zmq-sys v0.8.1
[INFO] [stderr]     Checking regex v0.2.2
[INFO] [stderr]    Compiling zmq v0.8.1
[INFO] [stderr]    Compiling serde_derive_internals v0.15.1
[INFO] [stderr]     Checking env_logger v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.8
[INFO] [stderr]     Checking uuid v0.4.0
[INFO] [stderr]     Checking serde_json v1.0.2
[INFO] [stderr]     Checking batsim-rs v0.1.0
[INFO] [stderr]     Checking meta-scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/fcfs_scheduler.rs (1 fix)
[INFO] [stderr]        Fixed src/sub_scheduler.rs (1 fix)
[INFO] [stderr]        Fixed src/meta_scheduler.rs (3 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s
[INFO] [stderr] crater-edition-check: meta-scheduler v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking meta-scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0659]: `interval_set` is ambiguous
[INFO] [stdout]  --> src/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use interval_set::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `interval_set` could refer to the module imported here
[INFO] [stdout]  --> src/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use interval_set::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `interval_set` to disambiguate
[INFO] [stdout]   = help: or use `self::interval_set` to refer to this module unambiguously
[INFO] [stdout] note: `interval_set` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate interval_set;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::interval_set` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `batsim` is ambiguous
[INFO] [stdout]  --> src/meta_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `batsim` could refer to the module imported here
[INFO] [stdout]  --> src/meta_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `batsim` to disambiguate
[INFO] [stdout]   = help: or use `self::batsim` to refer to this module unambiguously
[INFO] [stdout] note: `batsim` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate batsim;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::batsim` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `batsim` is ambiguous
[INFO] [stdout]  --> src/fcfs_scheduler.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `batsim` could refer to the module imported here
[INFO] [stdout]  --> src/fcfs_scheduler.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `batsim` to disambiguate
[INFO] [stdout]   = help: or use `self::batsim` to refer to this module unambiguously
[INFO] [stdout] note: `batsim` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate batsim;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::batsim` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `interval_set` is ambiguous
[INFO] [stdout]  --> src/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use interval_set::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `interval_set` could refer to the module imported here
[INFO] [stdout]  --> src/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use interval_set::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `interval_set` to disambiguate
[INFO] [stdout]   = help: or use `self::interval_set` to refer to this module unambiguously
[INFO] [stdout] note: `interval_set` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate interval_set;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::interval_set` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntervalSet` and `ToIntervalSet`
[INFO] [stdout]  --> src/meta_scheduler.rs:4:30
[INFO] [stdout]   |
[INFO] [stdout] 4 | use interval_set::{Interval, IntervalSet, ToIntervalSet};
[INFO] [stdout]   |                              ^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cmp;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::LinkedList`
[INFO] [stdout]  --> src/sub_scheduler.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::LinkedList;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/sub_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `batsim` is ambiguous
[INFO] [stdout]  --> src/meta_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `batsim` could refer to the module imported here
[INFO] [stdout]  --> src/meta_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `batsim` to disambiguate
[INFO] [stdout]   = help: or use `self::batsim` to refer to this module unambiguously
[INFO] [stdout] note: `batsim` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate batsim;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::batsim` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `batsim` is ambiguous
[INFO] [stdout]  --> src/fcfs_scheduler.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `batsim` could refer to the module imported here
[INFO] [stdout]  --> src/fcfs_scheduler.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use batsim::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `batsim` to disambiguate
[INFO] [stdout]   = help: or use `self::batsim` to refer to this module unambiguously
[INFO] [stdout] note: `batsim` could also refer to the crate imported here
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate batsim;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: use `::batsim` to refer to this crate unambiguously
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/meta_scheduler.rs:28:39
[INFO] [stdout]    |
[INFO] [stdout] 28 |     schedulers_map: HashMap<Uuid, Box<SubScheduler>>,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     schedulers_map: HashMap<Uuid, Box<dyn SubScheduler>>,
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntervalSet` and `ToIntervalSet`
[INFO] [stdout]  --> src/meta_scheduler.rs:4:30
[INFO] [stdout]   |
[INFO] [stdout] 4 | use interval_set::{Interval, IntervalSet, ToIntervalSet};
[INFO] [stdout]   |                              ^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::cmp;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt`
[INFO] [stdout]  --> src/fcfs_scheduler.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::LinkedList`
[INFO] [stdout]  --> src/sub_scheduler.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::LinkedList;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/sub_scheduler.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/meta_scheduler.rs:28:39
[INFO] [stdout]    |
[INFO] [stdout] 28 |     schedulers_map: HashMap<Uuid, Box<SubScheduler>>,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     schedulers_map: HashMap<Uuid, Box<dyn SubScheduler>>,
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/common.rs:15:46
[INFO] [stdout]    |
[INFO] [stdout] 15 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/fcfs_scheduler.rs:79:46
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sub_scheduler.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 86 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/common.rs:15:46
[INFO] [stdout]    |
[INFO] [stdout] 15 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:374:34
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut dyn FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:374:49
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<dyn SubScheduler>)) {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/fcfs_scheduler.rs:79:46
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sub_scheduler.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 86 |                      is_rejection_possible: &dyn Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:374:34
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut dyn FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:374:49
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<SubScheduler>)) {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 374 |                       func: &mut FnMut(&mut Box<dyn SubScheduler>)) {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/meta_scheduler.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 |             let scheduler: Box<SubScheduler> =
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |             let scheduler: Box<dyn SubScheduler> =
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let scheduler: Box<SubScheduler> =
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let scheduler: Box<dyn SubScheduler> =
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/meta_scheduler.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 |             let scheduler: Box<SubScheduler> =
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |             let scheduler: Box<dyn SubScheduler> =
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/meta_scheduler.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let scheduler: Box<SubScheduler> =
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let scheduler: Box<dyn SubScheduler> =
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:285:17
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let mut rejected_jobs: Vec<Rc<Allocation>> = vec![];
[INFO] [stdout]     |                 ----^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j`
[INFO] [stdout]    --> src/meta_scheduler.rs:284:23
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let cb = |j: Rc<Allocation>| false;
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_j`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rejected_jobs`
[INFO] [stdout]    --> src/meta_scheduler.rs:285:17
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let mut rejected_jobs: Vec<Rc<Allocation>> = vec![];
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rejected_jobs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `job_id`
[INFO] [stdout]    --> src/meta_scheduler.rs:295:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 Some(job_id) => panic!("This scheduler is not allowed to reject jobs"),
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_job_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let mut all_delayed_allocations: HashSet<Rc<Allocation>> = HashSet::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_delayed_allocations`
[INFO] [stdout]    --> src/meta_scheduler.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let mut all_delayed_allocations: HashSet<Rc<Allocation>> = HashSet::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_delayed_allocations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:285:17
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let mut rejected_jobs: Vec<Rc<Allocation>> = vec![];
[INFO] [stdout]     |                 ----^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j`
[INFO] [stdout]    --> src/meta_scheduler.rs:284:23
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let cb = |j: Rc<Allocation>| false;
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_j`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rejected_jobs`
[INFO] [stdout]    --> src/meta_scheduler.rs:285:17
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let mut rejected_jobs: Vec<Rc<Allocation>> = vec![];
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rejected_jobs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `job_id`
[INFO] [stdout]    --> src/meta_scheduler.rs:295:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 Some(job_id) => panic!("This scheduler is not allowed to reject jobs"),
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_job_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:411:34
[INFO] [stdout]     |
[INFO] [stdout] 411 | ...                   Some(mut idx_scheduler) => {
[INFO] [stdout]     |                            ----^^^^^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j_id`
[INFO] [stdout]    --> src/meta_scheduler.rs:384:20
[INFO] [stdout]     |
[INFO] [stdout] 384 |         let (w_id, j_id) = Job::split_id(&job.id);
[INFO] [stdout]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_j_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm_res`
[INFO] [stdout]    --> src/meta_scheduler.rs:401:25
[INFO] [stdout]     |
[INFO] [stdout] 401 |                     let nm_res = job.res;
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_nm_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let mut all_delayed_allocations: HashSet<Rc<Allocation>> = HashSet::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |             let mut scheduler = self.schedulers_map
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_delayed_allocations`
[INFO] [stdout]    --> src/meta_scheduler.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let mut all_delayed_allocations: HashSet<Rc<Allocation>> = HashSet::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_delayed_allocations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time`
[INFO] [stdout]   --> src/fcfs_scheduler.rs:73:37
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn easy_back_filling(&mut self, current_time: f64) -> Vec<Rc<Allocation>> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/meta_scheduler.rs:411:34
[INFO] [stdout]     |
[INFO] [stdout] 411 | ...                   Some(mut idx_scheduler) => {
[INFO] [stdout]     |                            ----^^^^^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j_id`
[INFO] [stdout]    --> src/meta_scheduler.rs:384:20
[INFO] [stdout]     |
[INFO] [stdout] 384 |         let (w_id, j_id) = Job::split_id(&job.id);
[INFO] [stdout]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_j_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm_res`
[INFO] [stdout]    --> src/meta_scheduler.rs:401:25
[INFO] [stdout]     |
[INFO] [stdout] 401 |                     let nm_res = job.res;
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_nm_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_rejection_possible`
[INFO] [stdout]   --> src/fcfs_scheduler.rs:79:22
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_rejection_possible`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn job_waiting(&mut self, time: f64, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time`
[INFO] [stdout]   --> src/fcfs_scheduler.rs:73:37
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn easy_back_filling(&mut self, current_time: f64) -> Vec<Rc<Allocation>> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fcfs_scheduler.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let mut alloc = self.jobs_running.remove(idx);
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `killed_job`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn job_killed(&mut self, killed_job: String) {
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_killed_job`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_rejection_possible`
[INFO] [stdout]   --> src/fcfs_scheduler.rs:79:22
[INFO] [stdout]    |
[INFO] [stdout] 79 |                      is_rejection_possible: &Fn(Rc<Allocation>) -> bool)
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_rejection_possible`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:177:34
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn job_backfilled(&mut self, time: f64, job: String) {
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `job`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:177:45
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn job_backfilled(&mut self, time: f64, job: String) {
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_job`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn job_waiting(&mut self, time: f64, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:181:37
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn job_revert_allocation(&self, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn register_to_allocation(&self, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:190:28
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn allocate_job(&self, allocation: Rc<Allocation>) -> Rc<Allocation> {
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fcfs_scheduler.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let mut alloc = self.jobs_running.remove(idx);
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `killed_job`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn job_killed(&mut self, killed_job: String) {
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_killed_job`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:177:34
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn job_backfilled(&mut self, time: f64, job: String) {
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `job`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:177:45
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn job_backfilled(&mut self, time: f64, job: String) {
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_job`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:181:37
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn job_revert_allocation(&self, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn register_to_allocation(&self, allocation: Rc<Allocation>) {
[INFO] [stdout]     |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sub_scheduler.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |                     Some(mut next_allocation) => {
[INFO] [stdout]    |                          ----^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `allocation`
[INFO] [stdout]    --> src/fcfs_scheduler.rs:190:28
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn allocate_job(&self, allocation: Rc<Allocation>) -> Rc<Allocation> {
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_allocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]   --> src/sub_scheduler.rs:85:22
[INFO] [stdout]    |
[INFO] [stdout] 85 |                      time: f64,
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `waiting`
[INFO] [stdout]    --> src/sub_scheduler.rs:140:18
[INFO] [stdout]     |
[INFO] [stdout] 140 |             Some(waiting) => {
[INFO] [stdout]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_waiting`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sub_scheduler.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |                     Some(mut next_allocation) => {
[INFO] [stdout]    |                          ----^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]   --> src/sub_scheduler.rs:85:22
[INFO] [stdout]    |
[INFO] [stdout] 85 |                      time: f64,
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `removed_alloc`
[INFO] [stdout]    --> src/sub_scheduler.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                     let removed_alloc = self.jobs_queue.remove(pos);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_removed_alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `removed_alloc`
[INFO] [stdout]    --> src/sub_scheduler.rs:222:25
[INFO] [stdout]     |
[INFO] [stdout] 222 |                     let removed_alloc = self.jobs_waiting.remove(pos);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_removed_alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `waiting`
[INFO] [stdout]    --> src/sub_scheduler.rs:140:18
[INFO] [stdout]     |
[INFO] [stdout] 140 |             Some(waiting) => {
[INFO] [stdout]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_waiting`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `removed_alloc`
[INFO] [stdout]    --> src/sub_scheduler.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                     let removed_alloc = self.jobs_queue.remove(pos);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_removed_alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `removed_alloc`
[INFO] [stdout]    --> src/sub_scheduler.rs:222:25
[INFO] [stdout]     |
[INFO] [stdout] 222 |                     let removed_alloc = self.jobs_waiting.remove(pos);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_removed_alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `meta-scheduler` (bin "meta-scheduler" test) due to 3 previous errors; 41 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `meta-scheduler` (bin "meta-scheduler") due to 3 previous errors; 41 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f", kill_on_drop: false }`
[INFO] [stdout] 0056c41d82763634c19b2cef1f9b9385cc9a4c7767d3e2539269b09637d5683f
